The following tables list the members exposed by the NamedObjectCollection type.

Public Constructors

  Name Description
NamedObjectCollection Overloaded.  
Top

Public Properties (see also Protected Properties)

  Name Description
public property AllowNulls  (inherited from AppMgmtCollection)
public property Comparer  (inherited from AppMgmtKeyedCollectionBase)
public property Count  (inherited from AppMgmtCollection)
public property IsChanged  (inherited from BaseObject)
public property IsReadOnly  (inherited from BaseObject)
public property Item  (inherited from AppMgmtKeyedCollectionBase)
public property Item  (inherited from AppMgmtCollection)
public property Keys  (inherited from AppMgmtKeyedCollectionBase)
Top

Protected Properties

  Name Description
protected property InsideIsChangedSetter  (inherited from BaseObject)
protected property IsFixedSize  (inherited from AppMgmtCollection)
protected property IsSynchronized  (inherited from AppMgmtCollection)
protected property SyncRoot  (inherited from AppMgmtCollection)
Top

Public Methods (see also Protected Methods)

  Name Description
public method Add  Overridden. (inherited from AppMgmtCollection)
public method ChangeId  Overridden. (inherited from BaseObject)
public method Clear  (inherited from AppMgmtCollection)
public method Clone  (inherited from BaseObject)
public method Contains  Overloaded. (inherited from AppMgmtKeyedCollectionBase)
public method Copy  (inherited from BaseObject)
public method CopyFrom  Overridden. (inherited from BaseObject)
public method CopyTo  Overloaded. (inherited from AppMgmtCollection)
public method EnumerateLocalizedProperties  (inherited from BaseObject)
public method Equals  Overridden. (inherited from BaseObject)
public method GetEnumerator  (inherited from AppMgmtCollection)
public method GetHashCode  Overridden. (inherited from BaseObject)
public method GetItem  (inherited from AppMgmtKeyedCollectionBase)
public method GetResourceId  (inherited from BaseObject)
public method GetType  (inherited from Object)
public method IndexOf  Overloaded. (inherited from AppMgmtKeyedCollectionBase)
public method Insert  (inherited from AppMgmtCollection)
public method Remove  Overloaded. (inherited from AppMgmtCollection)
public method Remove  Overloaded. (inherited from AppMgmtKeyedCollectionBase)
public method RemoveAt  (inherited from AppMgmtCollection)
public method SetResourceId  (inherited from BaseObject)
public method ToString  Overridden. (inherited from Object)
public method Validate  (inherited from BaseObject)
public method ValidateProperty  Overloaded. (inherited from BaseObject)
Top

Protected Methods (see also Extension Methods)

  Name Description
protected method AttachTracker  (inherited from BaseObject)
protected method CheckIsChanged  (inherited from BaseObject)
protected method CopyTo  Overloaded. (inherited from AppMgmtCollection)
protected method DetachTracker  (inherited from BaseObject)
protected method EnumerateFields  Overloaded. (inherited from BaseObject)
protected method EnumerateTrackerChildren  (inherited from BaseObject)
protected method Finalize  (inherited from Object)
protected method GetKeyForItem Overridden.  
protected method MemberwiseClone  (inherited from Object)
protected method OnChanged  (inherited from BaseObject)
protected method OnChanging  Overridden. (inherited from BaseObject)
protected method OnDeserialized  (inherited from BaseObject)
protected method OnDeserializing  (inherited from BaseObject)
protected method OnSerialized  (inherited from BaseObject)
protected method OnSerializing  (inherited from BaseObject)
protected method SetIsChanged  Overridden. (inherited from BaseObject)
protected method SetProp  (inherited from BaseObject)
Top

Extension Methods

  Name Description
public extension method CopyFrom  (Defined by ListHelpers.)
public extension method FindIndex  Overloaded. (Defined by ListHelpers.)
public extension method ForEach  Overloaded. (Defined by EnumerableHelpers.)
Top

Protected Events

  Name Description
protected event OnChangedEvent  (inherited from BaseObject)
protected event OnChangingEvent  (inherited from BaseObject)
Top

See Also